home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
steppenw.swf
/
scripts
/
DefineButton2_1088
/
BUTTONCONDACTION on(press).as
next >
Wrap
Text File
|
2008-11-12
|
265b
|
17 lines
on(press){
TexteMail.scroll += 1;
tellTarget("../FlechesRoue")
{
gotoAndStop("Down");
}
set("/Variables:Scroll",1);
tellTarget("ControlScroll")
{
play();
}
tellTarget("../RoueScroll")
{
play();
}
}